Package | Description |
---|---|
net.xprinter.utils |
Modifier and Type | Method and Description |
---|---|
XPrinterDev.PortType |
XPrinterDev.PortInfo.GetPortType() |
static XPrinterDev.PortType |
XPrinterDev.PortType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XPrinterDev.PortType[] |
XPrinterDev.PortType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
XPrinterDev(XPrinterDev.PortType portType,
android.content.Context context) |
XPrinterDev(XPrinterDev.PortType portType,
android.content.Context context,
java.lang.String usbPathName) |
XPrinterDev(XPrinterDev.PortType portType,
java.lang.String bluetoothID) |
XPrinterDev(XPrinterDev.PortType portType,
java.lang.String ethernetIP,
int ethernetPort) |